home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo HELP TRANSFER TO DRIVE C
- echo .
- echo This utility copies HELP to a fixed disk on Drive C. Place the
- echo original disk with the HELP program in Drive A. Then press any
- echo key to continue.
- echo .
- echo You will need about 90,000 bytes of space on Drive C for HELP
- echo files NOT COUNTING SPACE FOR BASICA. The batch file to invoke
- echo HELP will be in your root directory.
- echo .
- echo If you DO NOT want to continue with this transfer, hold down the
- echo CTRL (control) key and simultaneously press C. Then answer with
- echo a Y when DOS asks if you want to terminate the batch job.
- echo .
- echo Otherwise, press any key to continue.
- echo .
- pause
- cd a:\help
- copy a:help.bat c:\ /v
- mkdir c:\help
- cd c:\help
- copy a:*.* c:\help/v
- cd a:\
- cd c:\
- cls
- echo on
- rem * Done with Transfer of HELP *
-